.default-error {
  display: flex;
  padding-top: 110px;
  flex-direction: column;
}
.default-error .error-box {
  min-width: 1200px;
  margin: 0 auto;
}
.default-error .error-box .center-part {
  width: 880px;
  float: left;
}
.default-error .error-box .center-part .center-item1 {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 52px 30px 40px;
  border-radius: 12px;
}
.default-error .error-box .center-part .line {
  width: 800px;
  height: 1px;
  background-color: #F7F7F7;
  margin: 29px auto 36px auto;
}
.default-error .error-box .center-part .center-item2 {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 20px 16px 20px 24px;
  border-radius: 12px;
  margin-top: 15px;
}
.default-error .error-box .right-part {
  width: 300px;
  padding: 16px 16px 20px 16px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #ffffff;
  float: right;
}
.default-error .error-box .right-part .seizeAseat {
  margin-top: 44px;
}
.default-error .error-box:after {
  clear: both;
}
/*# sourceMappingURL=com.css.map */